home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / DOS / CM / EX.ZIP / EX.DOC < prev    next >
Encoding:
Text File  |  1994-04-02  |  3.6 KB  |  82 lines

  1.  
  2. Ex -- the External transfer protocol CD-ROM download driver.
  3.   Program and documentation (C) Copyright 1994 Strange Systems.
  4.  
  5. *******************************************************************************
  6. Ex is released as shareware.  User is granted a 14 day evaluation period.
  7. Usage after 14 days requires registration.  Registration is a one-time $10 (in
  8. US funds) for all future updates to Ex.  The registered version of Ex supports
  9. up to 25 Volumes and copies up to 25 files per run.  Register to:
  10.  
  11.                  Roger Morris
  12.                  PO Box 52183
  13.                  Shreveport, LA 71135-2183
  14.  
  15. *******************************************************************************
  16.  
  17. Purpose
  18.   Ex was designed to copy files off of CD-ROM drives before downloading them.
  19.   Works with all external transfer protocols that use a redirection file for
  20.   the download list, via the @ character and is host software independant.  Ex
  21.   needs a config file to determine your system setup; default is Ex.Cfg but can
  22.   be changed via the -c command line option.
  23.  
  24. Operation
  25.   Ex copies up to 5 files as necessary, loads the transfer driver, then
  26.   deletes the copied files before returning to the host program.  Registered
  27.   versions copy up to 25 files per session.  The errorlevel returned from Ex
  28.   is whatever the transfer program exited with.  If the transfer module didn't
  29.   load, then 255 is returned.  Running Ex with no parameters brings up a blurb
  30.   screen and exits with errorlevel 0.
  31.  
  32. Command line
  33.   Ex reads the command line for an alternate config file and the redirection
  34.   file.  Everything after the config file is expected to be a transfer driver
  35.   and it's parameters.  Ex reads and, if needed, rewrites the redirection
  36.   file.  A typical command line is:
  37.  
  38.   Ex -cConfig.Fil FZmodem sz -rr @D:\BBS\Node5.Lst
  39.  
  40.   This would tell Ex to read configuration file 'Config.Fil' in the current
  41.   directory, then to run FZmodem to transfer files.
  42.  
  43. Config file
  44.   The default config file is Ex.Cfg in current directory, and needs only 2
  45.   verbs -- CopyDir and Volume.  Only one CopyDir is permitted but up to 5
  46.   Volumes are supported.  An example config file is:
  47.  
  48.   ; Sample config file for Ex
  49.   ;  (All verbs must begin in first column!)
  50.   ;
  51.   ; Where to copy files to ...
  52.   CopyDir C:\Temp
  53.   ;
  54.   ; Drives that we want to copy from and not download directly off of
  55.   Volume P:
  56.   Volume Q:
  57.   Volume R:\
  58.   ; Alternate method for CD-ROM servers:
  59.   Volume \\Cd-Server\CD-1
  60.   Volume \\Cd-Server\CD-2
  61.   ;
  62.   ; Maximum limits: 1 CopyDir, 5 Volumes.  (Registered version is 25 Volumes)
  63.   ;
  64.   ; End of Ex.Cfg
  65.  
  66. Multi-Node
  67.   Ex will run multi-node with either a single config file or a config file for
  68.   each node.  Ex will only delete the files it copied, so all nodes can share
  69.   the same CopyDir entry.  Note: if multiple nodes try copying the same file
  70.   to a shared directory simultaneously, expect bad things.
  71.  
  72. Warranty
  73. *******************************************************************************
  74.   No warranty, expressed nor implied.  User determines usability of program
  75.   and assumes all responsibilities for the usage of this program.  Feedback is
  76.   welcomed.  Send feedback to the above US Mail address, or electronic mail to
  77.   FidoNet 1:380/25 or 1:380/5.  Modem support sites are Strange Systems at
  78.   318-869-4006 or MSG Resources at 318-865-4503.  Latest version of Ex can be
  79.   found on either of these systems in the STRANGE download directory or file
  80.   requested as Ex from either system.
  81. *******************************************************************************
  82.